ReverseApplied
ReverseApplied[f] represents a form of f that takes arguments in reverse order so that ReverseApplied[f][x1,…,xn] is equivalent to f[xn,…,x1].
ReverseApplied[f,n] represents a form of f that reverses the first n arguments before evaluation.
Please visit the official Wolfram Language Reference for more details and examples on core symbols.